home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 / Ham Radio 2000.iso / ham2000 / hf / ctutils / readme.1st < prev    next >
Text File  |  1992-09-29  |  2KB  |  34 lines

  1.  
  2.                     29 Sept 92
  3.     These are some utility programs that I have written to use with
  4. K1EA's CT logging program.  The programs are written expressly for version
  5. 8 files and will not work with earlier versions.  I have programs for
  6. versions 6 and 7 if anybody needs them.  
  7.  
  8.     SPLITCT8.exe will seperate a CT.bin file for a HF contest into
  9. 6 seperate .bin files with all the contacts for each band contained in a
  10. seperate file.  The input file is not changed and the output files are
  11. named 160.bin, 80.bin, 40.bin,20.bin,15.bin, and 10.bin.  For multi-multi
  12. operations with networked computers, I have found this to be a good way to
  13. avoid possible corrupted files when the data is distributed around the
  14. network.  Normally, each computer will have a complete log for at least one
  15. band.  By splitting the files from each computer and then merging the known
  16. good band files back into one file, the best possible log is retained with
  17. minimum effort.  
  18.  
  19.     MAKDXPN8.exe will convert a CT.bin file for a HF contest into a
  20. DXpedition.bin file.  For QSLing purposes, I merge all my contest files
  21. into a single file at the end of each year.  By converting the log files
  22. to a DXpedition format, both CW and SSB contacts can be QSL'd from the same
  23. file.  K1EA numbers the bands differently between the normal HF contest 
  24. and the DXpedition format so MAKDXPN8 renumbers the band info to retain the
  25. original band data.  The program asks for an input file name and then an 
  26. output file name.  Do not use the same name for input and output.  The input
  27. file will not be changed.  
  28.  
  29.     Both of these programs read the input QSO data and writes the output
  30. QSO data sequentially.  This is much slower and causes more disk accesses
  31. than reading in the entire file before modifying and writing but eliminates
  32. any restrictions on the file size.  When all the data has been processed,
  33. both files are closed.  If you have a good sized RAM disk, this goes very
  34. quickly with no wear and tear on the hard drive.